home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Online / HTMLGen / HTMLGeneratorV3.5.doc < prev    next >
Text File  |  1980-01-07  |  5KB  |  125 lines

  1. The HTML List Generator v3.5    (c)1998 Delsyd Software
  2.  
  3. What's new for version 3.5
  4.     1.Fixed more severe bugs
  5.     2.Made GUI friendlier---again
  6.  
  7. I.Introduction
  8.  
  9.    This program is designed to make the construction of file archive pages on the internet
  10. a lot simpler.It takes a lot of the tedious steps of creating one of these pages out of the loop.
  11.  
  12. II.Requirements
  13.  
  14.    Workbench 2.x or higher.
  15.    A screenmode that's at least 686x440
  16.  
  17. III.The user interface
  18.  
  19.    Most parts of the user interface are pretty straightforward.
  20.  
  21.     1.Clear all entries---clears out all of the data you have entered.
  22.  
  23.     2.Refresh window---When the window is resized,some of the gadgets do not redraw for some reason
  24.       This is a cheap way around that.
  25.  
  26.     3.Exit---say bye bye!
  27.  
  28.     4.Open HTML viewer---Opens a window so you can view the html source code
  29.  
  30.     5.Close HTML viewer---does the exact opposite.
  31.  
  32.     6.Load data file---Loads an HLG data file that you've saved.
  33.  
  34.     7.Save data file---Saves all information in your current document.
  35.  
  36.     8.Save HTML file---generates html code for use in you page.
  37.  
  38.     9.Make dir data file---This is actually a relatively useful feature. Make a directory on your hard drive
  39.     that contains all the files that are on your site that are available for download.Select
  40.     the Make dir data file button. Now choose the directory that your files are in, and
  41.     voila! most of your work is done!
  42.  
  43.     10.Next page---move forward one page
  44.  
  45.     11.Previous page---moves back one page.
  46.  
  47.     12.Page title---Enter the title of your page here.
  48.  
  49.     13.File pathname---Enter the FULL pathname of your page's download directory
  50.        ex.  http://www.geocities.com/siliconvalley/foothills/2705/
  51.  
  52.     14.Files names---simply type in the names of the files available.HLG takes care of the rest.
  53.     You are allowed to have 98 files per web page.Only 11 files are shown at a time.Use the
  54.     next page and previous page buttons to scroll through the other 8 pages of files.
  55.  
  56.     15.Descriptions---Type a short description for each file.
  57.  
  58.     16.Text color-html text colors are in rgb format.For each different
  59.     category(text,link,vlink,flink), you must enter a # followed by the rgb codes for that particular
  60.     color.Each RGB value is in hexadecimal,and has a range between 0 and 255.See examples:
  61.        ex. #ffffff                  <---this would be white
  62.        ex. #ff0000                  <---red
  63.        ex. #00ff00                  <---green
  64.        ex. #0000ff                  <---blue
  65.        ex. #999999                  <---gray
  66.  
  67.     17.Link to home page---Enter the full URL of your web page.
  68.        ex. http://www.geocities.com/siliconvalley/foothills/2705/index.html
  69.  
  70.     18.Background image---Enter the FULL pathname of the image you want to be displayed in the
  71.     background---leave this blank if you don't intend to use it.
  72.        ex. http://www.geocities.com/siliconvalley/foothills/2705/background.gif
  73.    
  74.     19.Header image---This display an image at the top of the page.Enter the full pathname of the
  75.     image to be displayed.
  76.        ex. http://www.geocities.com/siliconvalley/foothills/2705/download.gif
  77.  
  78. III. Important notes!!!!
  79.  
  80.     When entering data into the string gadgets,don't forget to press enter after you finished a line!
  81.     If you don't press enter, the program won't recognize any changes that you have made.Don't
  82.     consider this a bug...just a FEATURE!!!(I'm trying to get to the bottom of this problem!)
  83.  
  84. IV.Legal Stuff
  85.  
  86.     This product is designated as freeware. You can copy it ,pass it around to your friends,
  87.     use it as a drink coaster,etc. This program may not be sold for any profit.Anyone wishing to
  88.     add this program to a compilation cd are free to do so. We are not
  89.     responsible for any damages this software product may cause to your computer,vaccuum cleaner,
  90.     or sex life. This archive must not be changed in any way.
  91.  
  92. V.Contact Delsyd Software at:
  93.  
  94.     delsydsoftware@yahoo.com
  95.  
  96. or visit our website at:
  97.  
  98.     www.geocities.com/siliconvalley/foothills/2705/index.html
  99.  
  100. VI.Known Bugs:
  101.  
  102. Fixed for release 3.5
  103.    There was an evil bug in the window-opening routine. If you tried to run the program on a screen
  104.    that was too small, the program ignored that fact and KEPT GOING! Lockup city!
  105.  
  106. Fixed for release 3.1
  107.    There were a couple of FATAL errors in the functions which brought up file requestors. If you tried to
  108.    cancel a file operation, all data would be lost! OOPS! Well,at least I fixed it...
  109.  
  110. Fixed for release 3.0
  111.    There was a bug in version 2.0 that caused some data to not be displayed in the html viewer.
  112.  
  113. VII.Future versions:
  114.  
  115.  
  116.     Do you have any suggestions? We'd be glad to hear them.Really...We would...Please...Send us
  117.    mail...        :)
  118.  
  119.  
  120. ENJOY!!!
  121.  
  122. Chris Kelley
  123. Head programmer  Delsyd Software
  124.  
  125.